-
Notifications
You must be signed in to change notification settings - Fork 78
Tracking PR for Plonky3 v0.4.2 #728
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
d074220 to
23d2246
Compare
|
Currently in the process of rebasing. I'll wait until plonky3 v0.4.2 is released later today. |
5ef03ad to
5f8c3c5
Compare
|
This PR will be ready for review once 0xMiden/p3-miden#3 is approved and released on crates.io. |
Al-Kindi-0
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: I think this can fix #731. See comment below.
Edit: Fixed. This will need edition to pull the upcoming published p3-miden.
Migrate from the Miden-specific `p3-miden-goldilocks` crate to the upstream `p3-goldilocks` from Plonky3. This aligns with the upstream ecosystem and reduces fork maintenance. Changes: - Update Cargo.toml deps to use Plonky3 main branch for p3-* crates - Replace all `p3_miden_goldilocks` imports with `p3_goldilocks` - Add `p3-util` dependency for slice utilities - Update `as_int()` calls to `as_canonical_u64()` (P3 API) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
Update p3-miden crates from commit 9553dc68 to 134c14d3. This fixes the cargo-deny CI failure caused by duplicate p3-* crate entries (v0.4.1 from git vs v0.4.2 from crates.io). The newer p3-miden commits properly depend on p3-* v0.4.2 from crates.io instead of v0.4.1 from the Plonky3 git repository. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
Add allow-org exception for the 0xMiden GitHub organization to permit p3-miden crates which are not yet published to crates.io. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
438e75a to
c20e9b6
Compare
Describe your changes
Checklist before requesting a review
nextaccording to naming convention.